lcBlockAddClone Home

Adds a new entity into a block as a copy of specified entity.

 HANDLE lcBlockAddClone (
   HANDLE hBlock,
   HANDLE hEnt
 );

Parameters
hBlock
  Handle to a block.
hEnt
  Handle to an entity.

Return Value

  Handle to created entity or NULL if the function fails.

See Also

  Code sample